ownPropertySymbols

public abstract List<JsSymbol> ownPropertySymbols()

Returns an immutable list of the symbol properties of this JavaScript object, excluding the properties from the prototype objects.

Return

a list of the symbol properties of this JavaScript object or an empty list if the object does not have any properties

Since

8.13.0

Throws

when the JavaScript object is already disposed or invalid